You are viewing the RapidMiner Studio documentation for version 9.10 - Check here for latest version
Deploy Project (RTSA) (Admin Tools)
Synopsis
This operator allows you to deploy a project onto a RTSADescription
This operator deploys a project on a Real-Time Scoring Agent in two steps. In the first step a .zip file with all the contents is downloaded from the AI Hub. The deployment.zip is downloaded to hard disc. This process can take a while, if projects are larger.Description
In a second step this zip file is taken and send to the RTS Agent.Input
- rtsa_connection (Connection)
A RTSA Connection with the URL to the RTSA
- aihub_connection (Connection)
An AI Hub connection object with sufficient information and credentials (server_url, client_secret, and refresh_token) to access the AI Hub API.
Output
- rtsa_connection (Connection)
The RTSA connection object from the input port, delivered as a passthru.
- production_connection (Connection)
The production AI Hub connection object from the input port, delivered as a passthru.
- exa (Data Table)
A data set the settings of the deployed process as well as the answers from the two web services.
Parameters
- deployment_name Name of the deployment. This is a unique name of how you want to call your deployment. Also called basePath in the API. Range:
- deployment_location Specifies what folder of your project you want to deploy. All processes which are on the top level relative to this location will be exposed as a webservice. Range:
- repository_name Name of the repository to deploy. For example "sample-test". Range:
- git_reference The git reference you want to deploy. If you want to deploy the current state, choose master. You can also use other branches and so on to deploy. Range:
- time_out Time out for the request to get the deployment from AI Hub. May need to be increased for larger deployments. Range: